home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / rollerrush / game.dcr / cars_24_fix the line.ls < prev    next >
Encoding:
Text File  |  2007-10-01  |  166 b   |  9 lines

  1. global CarsInLine, gWaitPoints
  2.  
  3. on ReOrderWaitingLine
  4.   c = CarsInLine.count
  5.   repeat with b = 1 to c
  6.     sprite(CarsInLine[b]).loc = gWaitPoints[b]
  7.   end repeat
  8. end
  9.